home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / CTB Scripting Interfaces / asc5250 - Scripting Interface < prev    next >
Text File  |  1993-11-16  |  4KB  |  98 lines

  1.  
  2. _________________________________________________________________
  3.  
  4. asc5250 Scripting Interface
  5.  
  6. _________________________________________________________________
  7.  
  8. Following is the syntax of the Scripting Interface.
  9.  
  10. All the parameters accessible through the Configuration Dialogs can also be set through the Scripting Interface.
  11.  
  12. Please refer to the Help in the Configuration Dialogs for the meaning of each parameter. 
  13.  
  14.  
  15.  FontName               <font name>
  16.  FontSize                [=] <font size>    (put "=" to force a non-existing size)
  17.  TinyFont132          <true | false>
  18.  TermType              <terminal type name>
  19.  
  20.  CursorMode          <underline | block>
  21.  CursorBlink          <true | false>
  22.  
  23.  DrawDelay            <on  | off>
  24.  
  25.  StatusBar             <true | false>
  26.  StatusPos             <top | bottom>
  27.  CursorPos            <true | false>
  28.  
  29.  ResetInsert           <true | false>
  30.  DiscardBlanks       <true | false>
  31.  AutoHelp                 <true | false>
  32.  LocalHelp                   <true | false>
  33.  
  34.  KeyclickSound       <true | false>
  35.  5250Beep             <true | false>
  36.  
  37.  TTYEcho                <true | false>
  38.  TTYCRLF               <true | false>
  39.  
  40.  OpenConnectServer    <true | false>
  41.  InsertMenu            <true | false>
  42.  Menu3D               <true | false>
  43.  
  44.  Keyboard             <"keyboard mapping name">
  45.  EBCDICSet             <"country name">
  46.  
  47.  White                    <RGBcolor…>
  48.  Yellow                  <RGBcolor…>
  49.  Pink                     <RGBcolor…>
  50.  Turquoise             <RGBcolor…>
  51.  Green                   <RGBcolor…>
  52.  Red                      <RGBcolor…>
  53.  Blue                     <RGBcolor…>
  54.  Background           <RGBcolor…>
  55.  
  56.  Edit                 < [<plain>]  |  [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  57.  Protected        < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  58.  AttributesChars  < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  59.  HighIntensity   < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  60.  ReverseVideo   < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  61.  Underline         < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  62.  Column            < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  63.  Blink               < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  64.  NonDisplay      < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  65.  
  66. <country name…>               =   <"US"> |
  67.                                               <"Austrian-German"> |
  68.                                               <"Belgian"> |
  69.                                               <"Canadian_Bilingual"> |
  70.                                               <"Danish"> |
  71.                                               <"English_UK"> |
  72.                                               <"Finish"> |
  73.                                               <"French_AZERTY"> |
  74.                                               <"Italian"> |
  75.                                               <"Netherlands"> |
  76.                                               <"New_Swiss-French"> |
  77.                                               <"New_Swiss-German"> |
  78.                                               <"Norvegian"> |
  79.                                               <"Portuguese"> |
  80.                                               <"Spanish"> |
  81.                                               <"Spanish_peaking"> |
  82.                                               <"Swedish">.
  83.                     
  84.  
  85. <RGBcolor…>                      =   <n.n.n>          0  ≤ n  ≤ 65535.
  86.  
  87.  
  88. _________________________________________________________________
  89.  
  90. General Information
  91. _________________________________________________________________
  92.  
  93. Δ True and false may also be written 1 or 0.
  94.  
  95. Δ Names and strings can be written between quotes (ex: “my host”).
  96.  
  97. Δ Scripts are also available in French and Spanish. If you create a new ‘STR#’ resource to add another language, its ID must be 31100 + Language Code (as defined in <ScriptMgr.h>).
  98.